home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / MacGzip 1.0 / source / Mac / MacAE.h < prev    next >
Text File  |  1995-08-18  |  636b  |  29 lines

  1.  
  2.  
  3. /*****************************************************/
  4. /* AE handlers */
  5.  
  6. pascal OSErr  MyHandleODoc(    AppleEvent *theAppleEvent,
  7.                             AppleEvent *reply,
  8.                             long handlerRefCon
  9.                             );
  10.                                 
  11. pascal OSErr  MyHandlePDoc(    AppleEvent *theAppleEvent,
  12.                             AppleEvent *reply,
  13.                             long handlerRefCon
  14.                             );
  15.                             
  16. pascal OSErr  MyHandleOApp(    AppleEvent *theAppleEvent,
  17.                             AppleEvent *reply,
  18.                             long handlerRefCon
  19.                             );
  20.  
  21. pascal OSErr  MyHandleQuit(    AppleEvent *theAppleEvent,
  22.                             AppleEvent *reply,
  23.                             long handlerRefcon
  24.                             );    
  25.                                                     
  26.  
  27.  
  28. /*****************************************************/
  29.